@charset "UTF-8";

img {
    max-width: 100%;
    vertical-align: top;
}


.content {
    position: relative;
    overflow: hidden;
}

.picB {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.picB img.bannerPic {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: all 0.5s ease 0s;
}

.picB {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.picB img.bannerPic {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 101%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: all 0.5s ease 0s;
}

.swiper_text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper_text h3.sw_name {
    font-size: var(--f36);
    color: rgb(255, 255, 255);
    max-width: 569px;
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s ease 0.5s;
    font-weight: bold !important;
    line-height: 150%;
}

.swiper-slide[data-swiper-slide-index="0"] .swiper_text h3.sw_name {
    max-width: 515px;
}

.swiper-slide[data-swiper-slide-index="2"] .swiper_text h3.sw_name {
    max-width: 520px;
}

.swiper-slide[data-swiper-slide-index="3"] .swiper_text h3.sw_name {
    max-width: 520px;
}


.swiper-slide-active .swiper_text h3.sw_name {
    transform: translateY(0px);
    opacity: 1;
}

.moreBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: var(--yx_FS30);
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s ease 0.8s;
}

.swiper-slide-active .swiper_text .moreBox {
    transform: translateY(0px);
    opacity: 1;
}

.moreBox a {
    width: 165px;
    height: 50px;
    border: 2px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-right: var(--yx_FS18);
    transition: all 0.5s ease 0s;
    border-radius: 8px;
}

.moreBox a.active {
    border: 2px solid rgb(227, 82, 5) !important;
    background: rgb(227, 82, 5) !important;
    color: #fff !important;
}

.indban_but {
    position: absolute;
    z-index: 2;
    width: 94%;
    max-width: 1700px;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.indban_but>div {
    width: calc(var(--yx_FS20) * 5);
    height: calc(var(--yx_FS20) * 5);
    background: rgb(48 48 48 / 85%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s;
}

.indban_but>div:hover {
    background: rgb(0, 87, 184);
}

.indban_but>div img {
    max-width: 25px;
}

.indban_but .indban_next {
    position: absolute;
    right: 0px;
    top: 0px;
}

.indban_but .indban_prev {
    position: relative;
}

.indban_but .indban_prev .bgimg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    left: 100%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: rotatey(90deg);
    transform: rotatey(90deg);
}

.indban_but .indban_prev:hover .bgimg {
    opacity: 1;
    -webkit-transform: rotatey(0deg);
    transform: rotatey(0deg);
}

.indban_but .indban_next .bgimg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    right: 100%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotatey(90deg);
    transform: rotatey(90deg);
}

.indban_but .indban_next:hover .bgimg {
    opacity: 1;
    -webkit-transform: rotatey(0deg);
    transform: rotatey(0deg);
}

section.yx_product {
    background: #fff;
    padding: 5% 0;
    text-align: center;
}

.p_tit {
    font-size: var(--yx_FS18);
    color: var(--yx_Color);
    font-weight: bold !important;
}

.p_tit:after {
    content: '';
    background: #009fdf;
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
    margin-left: 5px;
}

p.p_sum {
    font-size: var(--f36);
    color: #2c2c2c;
    font-weight: bold;
    line-height: 127%;
}

.yx_work p.p_sum,
.yx_industry p.p_sum,
.yx_product p.p_sum {
    margin: 1.5% 0 5%;
}

ul.yx_proul {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}

section.yx_product li {
    position: relative;
    overflow: hidden;
    width: calc((100% - 4vw) / 3);
}

section.yx_product .imgbox {
    width: 100%;
    height: 0;
    padding-bottom: 57%;
    overflow: hidden;
    position: relative;
    background: #f1f4fa;
    -webkit-clip-path: polygon(90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%, 0 0);
    clip-path: polygon(90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%, 0 0);
    margin-bottom: 4%;
}

section.yx_product .imgbox img {
    position: absolute;
    max-width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    object-fit: contain;
    mix-blend-mode: darken;
}

section.yx_product li:hover .imgbox img {
    transform: translate(-50%, -50%) scale(1.05);
}

section.yx_product li .p_name {
    font-size: var(--yx_FS20);
    color: #000;
    font-weight: bold;
    line-height: 250%;
    text-align: left;
}

section.yx_product li .name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}



section.yx_advantage {
    padding-top: 4%;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

section.yx_advantage .top {
    position: relative;
    margin-bottom: 9%;
}

section.yx_advantage .left {
    width: 50%;
}

section.yx_advantage .right {
    width: 38.8%;
}

section.yx_advantage p.p_sum {
    margin: 2% 0 4%;
}

section.yx_advantage p.p_info {
    font-size: var(--yx_FS18);
    color: #666;
}


ul.top_u {
    margin: 10% 0;
}

ul.top_u li {
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 8px 0;
}

ul.top_u li .img1 {
    width: 128px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.top_u li h4 {
    font-size: var(--yx_FS24);
    color: #000;
    font-weight: bold !important;
    line-height: 150%;
}

ul.top_u li p {
    font-size: var(--yx_FS18);
    color: #666;
}

.yx_advantage .moreBox {
    margin: 0;
    opacity: 1;
    transform: none;
}

.yx_advantage .moreBox a {
    border-color: #000;
    color: #000;
}

section.yx_advantage .top .right img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 41.7%;
}

section.yx_advantage .bottom {
    align-items: center;
}

ul.bottom_u {
    margin: 8% 0 11%;
}

ul.bottom_u li {
    border-bottom: 1px solid #e5e5e5;
    font-size: var(--yx_FS24);
    color: #2c2c2c;
    font-weight: bold;
    line-height: 250%;
    padding: 5% 0 5% 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.bottom_u li:before {
    content: '';
    background: url(/src/Img/h_ys6.png);
    width: 22px;
    height: 17px;
    display: block;
}

.h_num {
    background: linear-gradient(180deg, #0057b8, #009ede);
    border-radius: .3rem;
    color: #fff;
    padding: 4% 20px 5%;
    text-align: center;
    display: flex;
    transform: translateY(50%);
}

.h_num .sc_num {
    width: 50%;
}

.h_num .sc_num+.sc_num {
    border-left: 1px solid #f1f4fa;
}

.hs_num {
    font-size: var(--yx_FS60);
}

.hs_num+h5 {
    font-size: var(--yx_FS18);
    font-weight: bold !important;
}

.s_info {
    line-height: 150%;
    font-family: "微软雅黑";
    margin-top: 5%;
}



section.yx_industry {
    padding: 13% 0 3%;
    background-color: #f1f4fa;
    text-align: center;
}

section.yx_industry ul {
    gap: var(--yx_FS30) 9.6%;
}




.yx_industry p.iname {
    text-align: center;
    color: #999999;
    font-size: var(--yx_FS18);
    margin: var(--yx_FS30) 0;
    font-weight: bold;
}

.yx_industry li.yx_List {
    position: relative;
    transition: all .5s;
    display: block;
    width: calc(61.6% / 5);
}

.yx_industry li.yx_List .img2 {
    position: relative;
    overflow: hidden;
}

.yx_industry li.yx_List .img2 .cls-1 {
    fill: #fff;
    transition: all .5s ease;
}

.yx_industry li.yx_List .img2 img {
    position: absolute;
    left: 50%;
    top: 45%;
    opacity: .1;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.yx_industry li.yx_List:nth-of-type(1n) {
    --li: #0057b8;
}

.yx_industry li.yx_List:nth-of-type(2n):hover {
    --li: #009fdf;
}

.yx_industry li.yx_List:nth-of-type(3n):hover {
    --li: #e35205;
}

.yx_industry li.yx_List:nth-of-type(4n):hover {
    --li: #009639;
}

.yx_industry li.yx_List:hover img {
    opacity: 1;
    filter: drop-shadow(0px 1000px 0px #fff);
    transform: translate(-50%, calc(-50% - 1000px));
}

.yx_industry li.yx_List:hover .cls-1 {
    fill: var(--li);
}


.yx_industry li.yx_List .img2:before {
    background: #f1f4fa;
    content: "";
    height: 300px;
    left: 0;
    position: absolute;
    top: -20%;
    transform: rotate(135deg);
    width: 34px;
    opacity: 0;
    z-index: 1;
}

.yx_industry li.yx_List:hover .img2:before {
    left: 50%;
    transition: all .5s ease;
    opacity: 0.5;
}

.yx_industry li.yx_List a.more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.yx_industry li.yx_List:hover p.iname {
    color: var(--li);
}


section.yx_work {
    overflow: hidden;
    padding: 4% 0 5%;
    text-align: center;
}

.yx_work .swiper-container {
    padding-bottom: 6%;
}

.yx_work .swiper-container .swiper-pagination-bullet {
    border-radius: 5px;
    background: #d0d0ce;
    opacity: 1;
    transition: all .5s ease;
}

.yx_work .swiper-container .swiper-pagination-bullet-active {
    width: 20px;
    background-color: var(--yx_Color);
}

.yx_work .swiper-slide:nth-of-type(1n) {
    --li: #0057b8;
}

.yx_work .swiper-slide:nth-of-type(2n) {
    --li: #009fdf;
}

.yx_work .swiper-slide:nth-of-type(3n) {
    --li: #e35205;
}

.yx_work .swiper-slide:nth-of-type(4n) {
    --li: #009639;
}

.work_content {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all .5s;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    text-align: left;
}

.work_content:hover {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
}

.work_content .work_picB {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
}

.work_content .work_picB img {
    position: absolute;
    width: 101%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    object-fit: cover;
}

.work_content .work_text {
    padding: 8% 5%;
    position: relative;
}

.work_content .work_text:before {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--li);
    transition: all .5s ease;
}

.work_content:hover .work_text:before {
    width: 100%;
}

.work_content .work_text p.work_name {
    font-size: var(--yx_FS24);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #000;
}

.work_content:hover p.work_name {
    color: var(--yx_Color);
}

.work_content .work_text summary {
    font-size: var(--yx_FS16);
    margin: 3% 0 0;
    color: #666666;
    min-height: 76px;
}

.wy_more {
    color: var(--yx_Color);
    display: flex;
    align-items: center;
    gap: 5px;
}

.wy_more svg.icon {
    width: 20px;
    height: auto;
}

.work_content a.more {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.work_content:hover:hover .work_picB img {
    transform: translate(-50%, -50%) scale(1.05);
}

section.yx_link {
    padding: 5% 0;
    background: #f1f4fa;
    text-align: center;
}


.link_center img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
}

.yx_link p.p_sum {
    margin: 1.5%;
}

summary.link_ms {
    font-size: var(--yx_FS18);
    color: #666666;
    margin-bottom: 5%;
    font-family: "微软雅黑";
}

section.yx_part {
    position: relative;
    overflow: hidden;
    padding: 5% 0;
}

.yx_part .ts_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.part_left {
    width: 38%;
}

.part_img {
    width: 47%;
}

.part_img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.part_text {
    width: 100%;
    margin: 0 auto;
}

p.part_tit {
    font-size: var(--yx_FS42);
    color: var(--yx_Color);
    font-weight: bold;
}

summary.part_ms {
    color: #2c2c2c;
    font-size: var(--yx_FS24);
    line-height: 150%;
    max-width: 700px;
    margin: 4% 0 16%;
}

a.part_more {
    width: 165px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
    border-radius: 8px;
    background: #e35205;
}

a.part_more:hover {
    background: #0057b8;
}

section.yx_contas {
    background: url(/src/Img/conbg.jpg) top center/cover;
    color: #fff;
    text-align: center;
    padding: 5% 0 4%;
}

section.yx_contas p.p_sum {
    color: #fff;
}

section.yx_contas .contas_ms {
    font-size: var(--yx_FS18);
    color: rgb(255 255 255 / 70%);
    line-height: 155%;
    margin: 2% 0 4%;
}

section.yx_contas .part_more:hover {
    background: #fff;
    color: #e35205;
}

@media only screen and (min-width: 1240px) and (max-width: 1550px) {}



@media only screen and (max-width:768px) {

    .picB {
        height: auto;
    }

    section.yx_advantage h3.adv_tit {
        max-width: 240px;
        justify-content: space-around;
        padding: 20px 0 15px;
        font-weight: normal !important;
    }

    p.adv_sum {
        max-width: 320px;
        margin: 0 auto;
        line-height: 150%;
    }

    .picB img.bannerPic {
        position: static;
        transform: none;
    }

    .swiper_text h3.sw_name {
        font-size: var(--yx_FS24);
    }

    ul.yx_proul {
        gap: 10px;
    }

    section.yx_product li {
        width: calc((100% - 10px) / 2);
        margin-bottom: 20px;
    }

    section.yx_product .imgbox {
        padding-bottom: 60%;
    }

    .ts_center p.p_sum {
        margin-bottom: 30px;
    }

    section.yx_product li .name {
        font-size: 14px;
    }

    .p_textbox {
        display: none;
    }

    .swiper_text {
        padding: 0;
    }

    a.part_more,
    .moreBox a {
        width: 135px;
        height: 40px;
        font-size: 14px;
    }

    .indban_but>div {
        width: 70px;
        height: 70px;
    }

    .indban_but>div img {
        max-width: 15px;
    }

    .indban_but {
        top: auto;
        bottom: 0;
        left: 50%;
    }

    .about_center,
    section.yx_work,
    section.yx_advantage,
    section.yx_industry,
    section.yx_product {
        padding: 50px 0;
    }

    section.yx_advantage {
        padding-top: 0;
    }

    .work_content .work_text p.work_name {
        font-size: 17px;
    }

    .work_content .work_text {
        min-height: 150px;
    }

    .yx_work .swiper-container {
        padding-bottom: 50px;
    }

    .work_content .work_text summary {
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 0;
        margin: 10px 0;
        min-height: 38px;
    }

    .about_left {
        width: 100%;
        padding-right: 0;
        order: 2;
        text-align: center;
    }

    .about_img {
        width: 100%;
    }

    .about_left a.ab_more {
        line-height: 45px;
        margin: 0 auto;
    }

    .link_img {
        width: 100%;
        padding: 20px;
        margin-top: 20px;
    }

    section.yx_part {
        padding: 0;
    }

    .part_img {
        width: 100%;
        text-align: center;
    }

    .part_left {
        width: 100%;
        order: 2;
        padding-bottom: 50px;
    }

    .part_text {
        width: 94%;
        margin: 30px auto 0;
    }

    p.link_sub,
    summary.ab_ms,
    summary.part_ms {
        font-size: var(--yx_FS20);
    }

    a.part_more {
        line-height: 45px;
    }

    section.yx_advantage .top .left {
        width: 100%;
        order: 2;
    }

    section.yx_advantage .bottom .left {
        width: 100%;
        margin-bottom: 20px;
    }

    section.yx_advantage .right {
        width: 100%;
        position: relative;
    }

    section.yx_advantage .top .right img {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    p.p_sum {
        font-size: 20px;
    }

    section.yx_product li .p_name {
        line-height: 200%;
    }

    ul.top_u li .img1 {
        width: 100px;
        height: 100px;
    }

    ul.top_u li .txt {
        width: calc(100% - 100px);
    }

    .h_num {
        color: #fff;
        padding: 20px;
        text-align: center;
        display: flex;
        transform: none;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .h_num .sc_num {
        width: 100%;
        padding: 20px 0;
    }

    .h_num .sc_num+.sc_num {
        border-left: none;
        border-top: 1px solid #f1f4fa;
    }

    ul.bottom_u li {
        line-height: 200%;
        font-size: 17px;
        padding: 15px 10px;
    }

    section.yx_link br,
    section.yx_industry br {
        display: none;
    }

    section.yx_industry ul {
        gap: 20px 50px;
        width: 90%;
        margin: 0 auto;
    }

    .yx_industry li.yx_List {
        width: calc((100% - 50px) / 2);
    }

    section.yx_link {
        padding: 50px 0;
    }

    summary.link_ms {
        margin-bottom: 50px;
    }

    summary.part_ms {
        margin: 10px 0 20px;
    }

    section.yx_contas {
        padding: 50px 0;
    }

    section.yx_contas .contas_ms br {
        display: none;
    }

}